deleteEveryEndpoint ( class in module jsPlumb )

Description

Deletes every Endpoint and their associated Connection s. Distinct from reset because we dont clear listeners here, so for that reason this function is often the best way to reset a jsPlumb instance.

    jsPlumb.deleteEveryEndpoint()

Returns

{object}

The current jsPlumb instance.